home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGBLER / WHIZZARD.LZH / NOSLASHO.BAT < prev    next >
DOS Batch File  |  1984-06-29  |  580b  |  17 lines

  1. REM This is NOSLASHO.BAT for CLUBware TM software development
  2. REM
  3. REM compile without /O - runtime module BASRUN.EXE is needed
  4. REM
  5. BASCOM %1,, /E
  6. REM
  7. REM CLUBware uses two externals that will be undefined by the linker
  8. REM    SUBINIT in the %1 file
  9. REM    and $PUTCPOS in the QPRINT,ZPRINT etc routines
  10. REM These externals are only called if the software is interpreted
  11. REM So the compiled programs will run correctly with them undefined.
  12. REM
  13. LINK %1.obj+QPRINT+SCRLDN+SCRLUP+XREP+YREP+CLREOL+CLREOS+ZPRINT,%1,nul;
  14. Pause Ctrl-Break to save .OBJ
  15. DEL %1.OBJ
  16. dir %1
  17.